const go/printer.unindent
21 uses
go/printer (current package)
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L305: p.print(unindent)
nodes.go#L318: p.print(unindent)
nodes.go#L398: p.print(unindent)
nodes.go#L619: p.print(unindent, formfeed, rbrace, token.RBRACE)
nodes.go#L784: p.print(unindent)
nodes.go#L964: p.print(unindent)
nodes.go#L986: p.print(indent, unindent, mode, x.Rbrace, token.RBRACE, mode)
nodes.go#L1114: p.print(unindent)
nodes.go#L1170: p.print(unindent)
nodes.go#L1311: p.print(unindent)
nodes.go#L1370: p.print(unindent)
nodes.go#L1401: p.print(unindent, formfeed, token.RBRACE)
nodes.go#L1699: p.print(unindent, formfeed)
printer.go#L35: unindent = whiteSpace('<')
printer.go#L421: case unindent:
printer.go#L426: if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent {
printer.go#L705: case indent, unindent:
printer.go#L807: case unindent:
printer.go#L820: if i+1 < n && p.wsbuf[i+1] == unindent {
printer.go#L826: p.wsbuf[i], p.wsbuf[i+1] = unindent, formfeed